runtime.mapextra.overflow (field)
9 uses
runtime (current package)
map.go#L142: overflow *[]*bmap
map.go#L268: *h.extra.overflow = append(*h.extra.overflow, ovf)
map.go#L278: if h.extra.overflow == nil {
map.go#L279: h.extra.overflow = new([]*bmap)
map.go#L840: it.overflow = h.extra.overflow
map.go#L1063: if h.extra != nil && h.extra.overflow != nil {
map.go#L1068: h.extra.oldoverflow = h.extra.overflow
map.go#L1069: h.extra.overflow = nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)